{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Results (Period {{ subsession.round_number }} of {{ Constants.num_rounds }})
{% endblock %}
{% block content %}
{% include 'pggfg/resultstable.html' %}
{% next_button %}
{% endblock %}